home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 August (Alt)
/
CHIP 2005-08.1.iso
/
program
/
guvenlik
/
syslinux-3.07.exe
/
win32
/
hello.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2004-12-08
|
204 b
|
14 lines
/*
* Test program for C compiler; if this doesn't compile, the
* C compiler is seriously broken.
*/
#include <stdlib.h>
#include <stdio.h>
int main(void)
{
printf("Hello, World!\n");
return 0;
}